build: Do not use `install` argument for configure_file()
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 29 Mar 2019 13:59:58 +0000 (13:59 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 29 Mar 2019 14:30:57 +0000 (14:30 +0000)
commitba3a502079b426cf2b85df7fd14829681abce2d9
treec0fe30f984a271d454982783ab499861789e9ccd
parentec9be217710b98f6fd24e03e58ac3306e45aa933
build: Do not use `install` argument for configure_file()

The `install` argument for configure_file() was introduced in Meson
0.50, and was ignored in earlier versions.

Since we're still using Meson 0.48 as a baseline, and since it doesn't
cost us nothing to use a conditional in the only place where we used the
`install` argument, let's drop it. This avoids a warning in newer
releases of Meson.
testsuite/tools/meson.build